projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbf2e8
)
(font-lock-keywords): Make sure texinfo-clone-environment is called.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 25 Oct 2001 05:22:30 +0000
(
05:22
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 25 Oct 2001 05:22:30 +0000
(
05:22
+0000)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index 6a1223da9e61db8be0be35e7cfbfb217c97ba7dc..5cdcd31777560616d49bb665a02ba9b101628c07 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-359,7
+359,7
@@
Subexpression 1 is what goes into the corresponding `@end' statement.")
("@\\(dmn\\|acronym\\|value\\){\\([^}]+\\)" 2 font-lock-builtin-face)
("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-keyword-face keep)
(,texinfo-environment-regexp
- 1 (texinfo-clone-environment (match-beginning 1) (match-end 1)))
+ 1 (texinfo-clone-environment (match-beginning 1) (match-end 1))
keep
)
(,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t)
".*\n") 0 texinfo-heading-face t))
"Additional expressions to highlight in TeXinfo mode.")